Application Name Used for OSR Logging

You can add the applicationName entry key to set the name of the application that is used when logging to the SpeechWorks OSR log.

Note: By default, the application name is vocalos.

Edit the vocalos-node.xml file and scroll to the OSRSession node. Add an entry key for applicationName and specify the name you want to use. In the following example, the name is "excel."

<node name="OSRSession">

<map>

<entry key="autoStartServer" value="true"/>

<entry key="autoSelfTestCheck" value="false"/>

<entry key="useEndpointerTuning" value="true"/>

<entry key="applicationName" value="excel"/>

</map>